'Declaration
Public Function New( _ ByVal attributeArguments As UAAttributeArguments _ )
'Usage
Dim attributeArguments As UAAttributeArguments Dim instance As New EasyUADataChangeArguments(Of TValue)(attributeArguments)
public EasyUADataChangeArguments<TValue>( UAAttributeArguments attributeArguments )
public: EasyUADataChangeArguments<TValue>( UAAttributeArguments^ attributeArguments )
Parameters
- attributeArguments
- Attribute arguments object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).